Fix ansible 2.19 jinja incompatibilities#1547
Conversation
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5adac10636ed4f10b8e099279ce0eacd ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 01m 42s |
With ansible 2.19 it prints the return value of the mtu_list.append() `None` and the network config is not parseable with os-net-config and it fails with, os_net_config.main No interfaces defined in config: /etc/os-net-config/config.yaml"]} jira: OSPRH-18609 Signed-off-by: rabi <ramishra@redhat.com>
|
/test openstack-operator-build-deploy-kuttl |
|
/test openstack-operator-build-deploy-tempest |
Depends-On: openstack-k8s-operators/openstack-operator#1547 Depends-On: openstack-k8s-operators/ci-framework#3168 Signed-off-by: rabi <ramishra@redhat.com>
Depends-On: openstack-k8s-operators/openstack-operator#1547 Depends-On: openstack-k8s-operators/ci-framework#3168 Signed-off-by: rabi <ramishra@redhat.com>
|
/test openstack-operator-build-deploy-kuttl |
Non boolean conditionals are not allowed in ansible 2.19. Fix private var access from namespace not allowed Depends-On: openstack-k8s-operators/openstack-operator#1547 Depends-On: openstack-k8s-operators/ci-framework#3168 Signed-off-by: rabi <ramishra@redhat.com>
Non boolean conditionals are not allowed in ansible 2.19. Fix private var access from namespace not allowed Depends-On: openstack-k8s-operators/openstack-operator#1547 Depends-On: openstack-k8s-operators/ci-framework#3168 Signed-off-by: rabi <ramishra@redhat.com>
Non boolean conditionals are not allowed in ansible 2.19. Fix private var access from namespace not allowed Depends-On: openstack-k8s-operators/openstack-operator#1547 Depends-On: openstack-k8s-operators/ci-framework#3168 Signed-off-by: rabi <ramishra@redhat.com>
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abays, rabi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
6d676c6
into
openstack-k8s-operators:main
With ansible 2.19 it prints the return value of the mtu_list.append()
Noneand the network config is not parseable with os-net-config and it fails with,os_net_config.main No interfaces defined in config: /etc/os-net-config/config.yaml"]}
jira: OSPRH-18609